WebSocketWillSendHandshakeRequestEvent

data class WebSocketWillSendHandshakeRequestEvent(requestId: RequestId, timestamp: MonotonicTime, wallTime: TimeSinceEpoch, request: WebSocketRequest) : Event

Fired when WebSocket is about to initiate handshake.

Constructors

WebSocketWillSendHandshakeRequestEvent
Link copied to clipboard
fun WebSocketWillSendHandshakeRequestEvent(requestId: RequestId, timestamp: MonotonicTime, wallTime: TimeSinceEpoch, request: WebSocketRequest)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

request
Link copied to clipboard
val request: WebSocketRequest
WebSocket request data.
requestId
Link copied to clipboard
val requestId: RequestId
Request identifier.
timestamp
Link copied to clipboard
val timestamp: MonotonicTime
Timestamp.
wallTime
Link copied to clipboard
val wallTime: TimeSinceEpoch
UTC Timestamp.

Sources

jvm source
Link copied to clipboard